-- card: 20926 from stack: in.0-4 -- bmap block id: 21008 -- flags: 0000 -- background id: 4102 -- name: Ex 4.4 -- part 3 (button) -- low flags: 00 -- high flags: 0006 -- rect: left=142 top=154 right=170 bottom=368 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A1 ----- HyperTalk script ----- on mouseUp hideFeedback HiliteRadio end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 0006 -- rect: left=142 top=179 right=231 bottom=448 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A2 ----- HyperTalk script ----- on mouseUp hideFeedback HiliteRadio end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 0006 -- rect: left=142 top=239 right=279 bottom=448 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A3 ----- HyperTalk script ----- on mouseUp hideFeedback HiliteRadio end mouseUp -- part 17 (button) -- low flags: 00 -- high flags: A003 -- rect: left=200 top=311 right=329 bottom=259 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Done ----- HyperTalk script ----- -- The handler for "checkOneRight" is in the stack script. on mouseUp checkOneRight cd end mouseUp -- part 18 (button) -- low flags: 00 -- high flags: A003 -- rect: left=273 top=311 right=329 bottom=391 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Correct Answer ----- HyperTalk script ----- -- This handler shows the correct answer. on mouseUp resetCd set hilite of btn "A3" to true wait 25 repeat 2 set hilite of btn "A3" to false wait 25 set hilite of btn "A3" to true wait 25 end repeat ans 4,cd end mouseUp -- part 20 (field) -- low flags: 81 -- high flags: 0004 -- rect: left=8 top=165 right=317 bottom=140 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 174 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Feedback ----- HyperTalk script ----- on mouseUp hide me end mouseUp -- part contents for background part 9 ----- text ----- 4 of 5 -- part contents for background part 19 ----- text ----- But I thought HyperCard had new printing capabilities. Are you sure HyperCard can’t do what we need? That’s not quite what I need. Can’t I print just some of the information from a particular card? That solves our problem exactly. Thank you. This is the correct answer. He needs to know that he can print part of the information on a single card. -- part contents for background part 31 ----- text ----- No, sorry. Of course. You can print out one card or all the cards of a HyperCard stack at any time—you can even print out only the cards you want, as many to a page as you want. Oh yes. You can set up multiple saved reports for any stack, arranging the reports to show the information from any fields you want. -- part contents for background part 30 ----- text ----- We also need to be able to print out different kinds of reports from our information. All this information will be on the same screen on the computer, but we only want to print out parts of it. Can HyperCard handle that ?